* which-key.el (which-key--popup-max-dimensions): Fix docstring typo
authorJeremy Bryant <jb@jeremybryant.net>
Tue, 2 Apr 2024 20:54:02 +0000 (21:54 +0100)
committerJustin Burkett <justin@burkett.cc>
Tue, 9 Apr 2024 17:51:47 +0000 (13:51 -0400)
which-key.el

index 820875bfdaf86e6ff8eb4ea22033980905ffb513..d4efa3ede7556fa211e8f77d53f6bcef098774fa 100644 (file)
@@ -1362,7 +1362,7 @@ call signature in different emacs versions"
 
 (defun which-key--popup-max-dimensions ()
   "Return maximum dimension available for popup.
-Dimesion functions should return the maximum possible (height
+Dimension functions should return the maximum possible (height
 . width) of the intended popup. SELECTED-WINDOW-WIDTH is the
 width of currently active window, not the which-key buffer
 window."